Skip to content

chore: bump @openhop/server @openhop/web openhop to 0.3.1#148

Merged
naorsabag merged 1 commit into
masterfrom
chore/bump-0.3.1
May 13, 2026
Merged

chore: bump @openhop/server @openhop/web openhop to 0.3.1#148
naorsabag merged 1 commit into
masterfrom
chore/bump-0.3.1

Conversation

@naorsabag
Copy link
Copy Markdown
Owner

@naorsabag naorsabag commented May 13, 2026

Summary

Patch release for the first-run-seeding work merged in #147.

Versions:

  • @openhop/server 0.3.0 → 0.3.1
  • @openhop/web 0.3.0 → 0.3.1
  • openhop (CLI) 0.3.0 → 0.3.1

What's actually in 0.3.1:

  • @openhop/server: startup now seeds every flow under examples/ and examples/showcase/ (stable example-<basename> ids; user-authored flows untouched). The npm tarball now ships the examples tree (files field + prepack copy), so npx openhop demo works out of the box on a brand-new machine.
  • @openhop/web: Pages bundle swaps its sidebar to feature the showcase flows + focused feature demos. The general-purpose examples are still seeded by the local server.
  • CLI bump only to keep @openhop/server / @openhop/web peer-dep pins in lockstep.

No breaking changes — additive only. Hence patch, not minor.

Test plan

  • Local typecheck + format check clean
  • CHANGELOG [Unreleased] rolled into [0.3.1] - 2026-05-13, version-comparison link added
  • package-lock.json regenerated via npm install --package-lock-only
  • Wait for CI to confirm tests / build / coverage still green at the new version pins

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Chores
    • Released version 0.3.1 across all packages and updated the changelog/release links.
  • Added
    • Updated bundled demo and sidebar contents.
  • Changed
    • Updated Pages playground default landing flow and README “How it works” diagram now links to a screenshot.
    • Adjusted an example showcase title.
  • Removed
    • Removed a standalone narrative that is now covered by showcase flows.

Review Change Stack

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented May 13, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 8e4a1c71-1b36-4529-8262-49d91e30a7f3

📥 Commits

Reviewing files that changed from the base of the PR and between e73e4c7 and 7835e03.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json, !package-lock.json
📒 Files selected for processing (4)
  • CHANGELOG.md
  • packages/cli/package.json
  • packages/server/package.json
  • packages/web/package.json
✅ Files skipped from review due to trivial changes (2)
  • packages/web/package.json
  • CHANGELOG.md
🚧 Files skipped from review as they are similar to previous changes (2)
  • packages/server/package.json
  • packages/cli/package.json

Walkthrough

This PR releases version 0.3.1 across the monorepo. Package versions in CLI, server, and web are bumped from 0.3.0 to 0.3.1. The CLI's internal dependencies on @openhop/server and @openhop/web are synchronized to the new 0.3.1 versions. The changelog is updated to document the release with a new section and reference links.

Changes

Release Version 0.3.1

Layer / File(s) Summary
Release version bump to 0.3.1
packages/server/package.json, packages/web/package.json, packages/cli/package.json
Package versions updated from 0.3.0 to 0.3.1 across server, web, and CLI.
CLI dependency synchronization
packages/cli/package.json
Internal dependencies on @openhop/server and @openhop/web bumped from 0.3.0 to 0.3.1 to align with released versions.
Changelog release documentation
CHANGELOG.md
New [0.3.1] release section with date 2026-05-13 added; "Unreleased" compare link updated to v0.3.1...HEAD and new [0.3.1] reference link created.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • naorsabag/openhop#119: Also bumps package versions and coordinated dependency updates in CLI/server/web package manifests.
  • naorsabag/openhop#102: Updates packages/cli/package.json and packages/web/package.json version fields and CLI dependency versions.
  • naorsabag/openhop#98: Contains corresponding package.json version and dependency updates across the monorepo packages.

Suggested labels

dependencies, javascript

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately summarizes the main change: a version bump from 0.3.0 to 0.3.1 across the three packages (@openhop/server, @openhop/web, and the CLI/openhop package).
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/bump-0.3.1

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Patch release for the first-run-seeding work from #147.

Versions:
- @openhop/server  0.3.0 -> 0.3.1
- @openhop/web     0.3.0 -> 0.3.1
- openhop (CLI)    0.3.0 -> 0.3.1

@openhop/server gets the bulk of the change — startup now seeds every
flow under examples/ and examples/showcase/ (stable example-<basename>
ids; user-authored flows untouched), and the npm tarball ships the
examples tree so `npx openhop demo` works out of the box on a brand
new machine. @openhop/web's Pages bundle swaps its sidebar to feature
the showcase flows + focused feature demos. The CLI bump is just to
keep @openhop/server / @openhop/web dep pins in lockstep.

No breaking changes — additive only.
@naorsabag naorsabag merged commit 74a69e2 into master May 13, 2026
8 checks passed
@naorsabag naorsabag deleted the chore/bump-0.3.1 branch May 15, 2026 16:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant